home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-15 / perfm202.zip / PERFMETR.TXT < prev   
Text File  |  1991-08-06  |  6KB  |  153 lines

  1. Windows 3.0 Performance Meter Version 2.02
  2. ==========================================
  3.  
  4. Performance Meter has grown up!  Starting entirely from scratch I rewrote the
  5. program in Turbo Pascal for Windows (Thanks to Borland! I never liked C!).
  6. Now you can choose between an icon _or_ a popup-window in any size up to
  7. 1030x64 pixel.
  8.  
  9. To use Performance Meter just enclose it in your run= our load= section of
  10. win.ini.  Or, if you don┤t like it showing up every time you use windows, you
  11. may start it just you start any other windows program.
  12.  
  13. There is an file called perfmetr.ini that will be created in your windows
  14. directory the first time you run perfmetr.  You may change any of the
  15. parameters in this file.  This is a description of each one:
  16.  
  17. Time=        Time in milliseconds between each screen update
  18. XPosition=    Position of the upper left corner of the popup
  19. YPosition=    guess it!
  20. Height=        Height of the window
  21. Width=        Width of the window
  22. KeepInFront=    Either 1 (default) or 0, if 1, Perfmeter tries to be visible all
  23.                 the time.
  24. CustomColors=   Either 0 (default) or 1.  If 0, the background color defaults to
  25.                 the desktopcolor, as defined in Control Panel, and the foreground
  26.                 color is black.  If it is 1, the following additional parameters
  27.                 are used:
  28. ForegroundRed=  \
  29. ForegroundGreen= |-- define the red, green and blue part of the Foregroundcolor,
  30. ForegroundBlue= /    Range: 0 -- 255, Default for all: 0   (Black)
  31. BackgroundRed=  \
  32. BackgroundGreen= |-- define the red, green and blue part of the Foregroundcolor,
  33. BackgroundBlue= /    Range: 0 -- 255, Default for all: 255   (White)
  34.  
  35. If XPosition or YPosition is negative, it is relative to the right resp.
  36. lower edge of the screen.
  37.  
  38. If you want to resize or move the Performance Meter, just click on it with
  39. the mouse, and you will get a popup menu.
  40.  
  41. Some people may remember that it was possible to run several instances of Perfmeter
  42. in Version 2.00/01.  I think that there is no need for this any longer, because you
  43. can use the KeepInFront parameter to have Performance Meter visible all the time.
  44. But, I have to confess that I encountered a lot of problems when adding the KeepInFront
  45. option, especially that Performance Meter crashed Windows when there were more than
  46. two or three instances running. The problem may be the method I used, so I call
  47. all the Windows programming pro's to help me:  How can I implement the KeepInFront
  48. without disabling the multi-instance facility?  Please send me a mail if you know
  49. a solution!
  50.  
  51. COPYRIGHT & DISCLAIMER
  52. ======================
  53.  
  54. This program may be copied and used freely by anyone, as long as this file is
  55. copied also and nothing has been changed.  It is nevertheless copyrighted and
  56. protected by several laws.
  57.  
  58. It may not be sold by anyone except me.  This also includes shareware-
  59. and public-domain-traders.  If they want to sell my program or want
  60. to charge anything for copying it, they need my approval.
  61.  
  62. Since this program is for free, I do not guarantee anything.  It has
  63. been tested by me and works fine on my machine.  I use it every day and
  64. it has never crashed anything (well, sometimes it has, but only when I
  65. tried to implement some new features...).  But if it does so on your computer
  66. please be aware that you use(d) it on your own risk.  I am not
  67. responsible.  Please report this problems anyway (see below), so I can
  68. fix these bugs.
  69.  
  70.  
  71. KNOWN BUGS
  72. ==========
  73.  
  74. You have to restart Perfmeter if you want to make changes to perfmetr.ini
  75. become active.
  76.  
  77. THANKS
  78. ======
  79.  
  80. Thanks to everybody who made this program possible.
  81. Special Thanks to the people on comp.windows.ms.programmer, who
  82. helped me to solve several problems.
  83.  
  84.  
  85. BUGREPORTS, SUGGESTIONS AND EVERYTHING ELSE
  86. ===========================================
  87.  
  88. If you have questions or suggestions, if you find bugs or anything else, feel
  89. free to send a mail and ask, complain or --- even better --- acclaim.  If
  90. you really like the program, you have the chance to send $1 or more to the
  91. following address.  If you do not like to send money to programmers, you
  92. may send a postcard (but a nice one!!).
  93.  
  94.         +---------------------+
  95.         | Ulrich Hund         | <-----------  cut here !
  96.         | Weseler Str. 131    |
  97.         | D-W4400 Mⁿnster     |
  98.         | Germany             |
  99.         +---------------------+
  100.  
  101. I am also subscribed to comp.windows.ms and comp.windows.ms.programmers, so
  102. I may help you there, too.
  103.  
  104. Have fun!
  105. Ulli
  106.  
  107. +----------------+-----------------------------+------------------+
  108. | Ulrich Hund     |Internet:               |  No joke yet.      |
  109. | stud. of math. |  uhund@math.uni-muenster.de |       Sorry. |
  110. +----------------+-----------------------------+------------------+
  111.  
  112. *******************************************************************************
  113. Version History:
  114.  
  115. 1.0  |  - First Version that became distributed.
  116. -----+
  117.  
  118. 1.01 |  - Improvements in calculating used CPU-time.
  119. -----+  - Checking for the icon size (limited to 65 pixels width)
  120.         - better positioning of graph within the icon
  121.         - some other minor improvements
  122.  
  123. 1.02 |  - some changes to the aboutbox
  124. -----+
  125.  
  126. 1.03 |  - minor bug fixes
  127. -----+  - smoother graphic
  128.     - three different speeds, put "S","M" or "F" on the command line
  129.       to achieve slow, medium or fast speed (default: medium).
  130.  
  131. 1.04 |    - bug fix. Bug did not appear in 1.02 but in 1.03
  132. -----+    - even smoother graphic
  133.     - new icon (the old one was too ugly)
  134.  
  135. 2.00 |  - Program fully rewritten (now TPW -- no more C!)
  136. -----+  - more than one instance
  137.     - no more limitation in icon size
  138.     - improved scrolling
  139.     - own .ini file for saving size and speed information
  140.     - no more command line option for speed
  141.  
  142. 2.01 |  - minor bug fix
  143. -----+  - much smaller memory usage (before: >45K now: <16K
  144.         - a lot of tuning has been done
  145.  
  146. 2.02 |  - KeepInFront option
  147. -----+  - CustomColor option
  148.         - again only one instance allowed
  149.  
  150. *******************************************************************************
  151.  
  152. (c)1991 Ulrich Hund
  153.